home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00014_ivTransition init.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  622 b   |  14 lines

  1. on enterFrame
  2.   global givTRANSFROMSPRITE, givTRANSTOSPRITE, givTransFrom, givTransTo, givDebug
  3.   MessagePut("entering frame ivTransition")
  4.   set the castNum of sprite givTRANSFROMSPRITE to the number of cast givTransFrom
  5.   set the castNum of sprite givTRANSTOSPRITE to the number of cast givTransTo
  6.   set the locH of sprite givTRANSFROMSPRITE to 318
  7.   set the locV of sprite givTRANSFROMSPRITE to 239
  8.   set the locH of sprite givTRANSTOSPRITE to 318
  9.   set the locV of sprite givTRANSTOSPRITE to 239
  10.   updateStage()
  11.   set the visible of sprite givTRANSFROMSPRITE to 1
  12.   set the visible of sprite givTRANSTOSPRITE to 1
  13. end
  14.